Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=91",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 92,
    "results": [
        {
            "start": 824740169,
            "stop": 824741448
        },
        {
            "start": 824741452,
            "stop": 824742587
        },
        {
            "start": 824742591,
            "stop": 824742731
        },
        {
            "start": 824750023,
            "stop": 824750033
        },
        {
            "start": 824750037,
            "stop": 824750106
        },
        {
            "start": 824750110,
            "stop": 824750254
        },
        {
            "start": 824750258,
            "stop": 824750273
        },
        {
            "start": 824750301,
            "stop": 824750306
        },
        {
            "start": 824750316,
            "stop": 824750326
        },
        {
            "start": 824750335,
            "stop": 824750346
        },
        {
            "start": 824750350,
            "stop": 824750360
        },
        {
            "start": 824750364,
            "stop": 824750370
        },
        {
            "start": 824750374,
            "stop": 824750380
        },
        {
            "start": 824750403,
            "stop": 824750408
        },
        {
            "start": 824750427,
            "stop": 824750432
        },
        {
            "start": 824756436,
            "stop": 824756530
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824825533
        },
        {
            "start": 824825564,
            "stop": 824825565
        },
        {
            "start": 824825914,
            "stop": 824825938
        }
    ]
}