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_CAT1/segments?format=api&page=124
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=123",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 124,
    "results": [
        {
            "start": 848331636,
            "stop": 848340312
        },
        {
            "start": 848340419,
            "stop": 848347311
        },
        {
            "start": 848348192,
            "stop": 848348402
        },
        {
            "start": 848383965,
            "stop": 848418300
        },
        {
            "start": 848418575,
            "stop": 848439991
        },
        {
            "start": 848441346,
            "stop": 848466318
        },
        {
            "start": 848468242,
            "stop": 848527658
        },
        {
            "start": 848531038,
            "stop": 848630012
        },
        {
            "start": 848635750,
            "stop": 848638931
        },
        {
            "start": 848641850,
            "stop": 848642291
        },
        {
            "start": 848644142,
            "stop": 848673458
        },
        {
            "start": 848676349,
            "stop": 848683986
        },
        {
            "start": 848684046,
            "stop": 848684101
        },
        {
            "start": 848684163,
            "stop": 848692685
        },
        {
            "start": 848693369,
            "stop": 848702306
        },
        {
            "start": 848702343,
            "stop": 848702449
        },
        {
            "start": 848702450,
            "stop": 848702451
        },
        {
            "start": 848702756,
            "stop": 848736751
        },
        {
            "start": 848738272,
            "stop": 848738388
        },
        {
            "start": 848738423,
            "stop": 848764849
        }
    ]
}