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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7029",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7030,
    "results": [
        {
            "start": 874045135,
            "stop": 874045367
        },
        {
            "start": 874045371,
            "stop": 874045416
        },
        {
            "start": 874045420,
            "stop": 874045523
        },
        {
            "start": 874045526,
            "stop": 874045924
        },
        {
            "start": 874045928,
            "stop": 874045976
        },
        {
            "start": 874045980,
            "stop": 874046100
        },
        {
            "start": 874046880,
            "stop": 874046940
        },
        {
            "start": 874047120,
            "stop": 874047183
        },
        {
            "start": 874047186,
            "stop": 874047188
        },
        {
            "start": 874047504,
            "stop": 874047541
        },
        {
            "start": 874047544,
            "stop": 874047608
        },
        {
            "start": 874047780,
            "stop": 874047847
        },
        {
            "start": 874047850,
            "stop": 874047855
        },
        {
            "start": 874047858,
            "stop": 874048257
        },
        {
            "start": 874048260,
            "stop": 874048263
        },
        {
            "start": 874048266,
            "stop": 874048411
        },
        {
            "start": 874048414,
            "stop": 874048469
        },
        {
            "start": 874048472,
            "stop": 874048545
        },
        {
            "start": 874048549,
            "stop": 874048563
        },
        {
            "start": 874048566,
            "stop": 874048568
        }
    ]
}