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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=267",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 268,
    "results": [
        {
            "start": 933485529,
            "stop": 933486462
        },
        {
            "start": 933486467,
            "stop": 933487434
        },
        {
            "start": 933487435,
            "stop": 933488096
        },
        {
            "start": 933488097,
            "stop": 933488226
        },
        {
            "start": 933488227,
            "stop": 933488589
        },
        {
            "start": 933488590,
            "stop": 933489692
        },
        {
            "start": 933489693,
            "stop": 933490004
        },
        {
            "start": 933490005,
            "stop": 933490025
        },
        {
            "start": 933490026,
            "stop": 933490208
        },
        {
            "start": 933490209,
            "stop": 933490384
        },
        {
            "start": 933490385,
            "stop": 933490672
        },
        {
            "start": 933490673,
            "stop": 933490759
        },
        {
            "start": 933490760,
            "stop": 933490876
        },
        {
            "start": 933490877,
            "stop": 933490892
        },
        {
            "start": 933490893,
            "stop": 933491543
        },
        {
            "start": 933491544,
            "stop": 933491614
        },
        {
            "start": 933491615,
            "stop": 933491799
        },
        {
            "start": 933491800,
            "stop": 933492071
        },
        {
            "start": 933492090,
            "stop": 933492180
        },
        {
            "start": 933492185,
            "stop": 933492687
        }
    ]
}