Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=67
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=66",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 67,
    "results": [
        {
            "start": 817502940,
            "stop": 817503193
        },
        {
            "start": 817503239,
            "stop": 817503240
        },
        {
            "start": 817507090,
            "stop": 817508330
        },
        {
            "start": 817509064,
            "stop": 817509240
        },
        {
            "start": 817509300,
            "stop": 817509540
        },
        {
            "start": 817509600,
            "stop": 817510273
        },
        {
            "start": 817511218,
            "stop": 817511520
        },
        {
            "start": 817511580,
            "stop": 817511990
        },
        {
            "start": 817512130,
            "stop": 817513920
        },
        {
            "start": 817514040,
            "stop": 817514100
        },
        {
            "start": 817514160,
            "stop": 817514220
        },
        {
            "start": 817514280,
            "stop": 817514340
        },
        {
            "start": 817514400,
            "stop": 817515480
        },
        {
            "start": 817515540,
            "stop": 817515720
        },
        {
            "start": 817515780,
            "stop": 817516500
        },
        {
            "start": 817516560,
            "stop": 817516620
        },
        {
            "start": 817516680,
            "stop": 817516980
        },
        {
            "start": 817517040,
            "stop": 817519645
        },
        {
            "start": 817519754,
            "stop": 817521710
        },
        {
            "start": 817521790,
            "stop": 817526100
        }
    ]
}