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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=156",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 157,
    "results": [
        {
            "start": 829318662,
            "stop": 829322499
        },
        {
            "start": 829322966,
            "stop": 829325703
        },
        {
            "start": 829326702,
            "stop": 829326736
        },
        {
            "start": 829326856,
            "stop": 829331945
        },
        {
            "start": 829332057,
            "stop": 829332211
        },
        {
            "start": 829334778,
            "stop": 829336265
        },
        {
            "start": 829336427,
            "stop": 829340713
        },
        {
            "start": 829340715,
            "stop": 829342476
        },
        {
            "start": 829342478,
            "stop": 829342485
        },
        {
            "start": 829342620,
            "stop": 829342751
        },
        {
            "start": 829343087,
            "stop": 829343954
        },
        {
            "start": 829344321,
            "stop": 829345996
        },
        {
            "start": 829347366,
            "stop": 829356296
        },
        {
            "start": 829360098,
            "stop": 829366724
        },
        {
            "start": 829367645,
            "stop": 829371672
        },
        {
            "start": 829372290,
            "stop": 829373243
        },
        {
            "start": 829375904,
            "stop": 829377587
        },
        {
            "start": 829377866,
            "stop": 829389071
        },
        {
            "start": 829389073,
            "stop": 829391836
        },
        {
            "start": 829391838,
            "stop": 829391907
        }
    ]
}