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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9943",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9941",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9942,
    "results": [
        {
            "start": 871133390,
            "stop": 871133470
        },
        {
            "start": 871133504,
            "stop": 871133607
        },
        {
            "start": 871133641,
            "stop": 871133840
        },
        {
            "start": 871133874,
            "stop": 871133967
        },
        {
            "start": 871134002,
            "stop": 871134389
        },
        {
            "start": 871134423,
            "stop": 871134510
        },
        {
            "start": 871136031,
            "stop": 871136156
        },
        {
            "start": 871136190,
            "stop": 871136272
        },
        {
            "start": 871136319,
            "stop": 871137279
        },
        {
            "start": 871137313,
            "stop": 871138249
        },
        {
            "start": 871138266,
            "stop": 871138940
        },
        {
            "start": 871180563,
            "stop": 871180638
        },
        {
            "start": 871180655,
            "stop": 871180708
        },
        {
            "start": 871180725,
            "stop": 871181719
        },
        {
            "start": 871181737,
            "stop": 871181826
        },
        {
            "start": 871181843,
            "stop": 871181884
        },
        {
            "start": 871181901,
            "stop": 871182005
        },
        {
            "start": 871182022,
            "stop": 871182077
        },
        {
            "start": 871182094,
            "stop": 871182230
        },
        {
            "start": 871182247,
            "stop": 871182421
        }
    ]
}