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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=223",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 224,
    "results": [
        {
            "start": 958381929,
            "stop": 958381954
        },
        {
            "start": 958381957,
            "stop": 958382129
        },
        {
            "start": 958382133,
            "stop": 958382337
        },
        {
            "start": 958382343,
            "stop": 958382494
        },
        {
            "start": 958382502,
            "stop": 958382508
        },
        {
            "start": 958382512,
            "stop": 958382583
        },
        {
            "start": 958382589,
            "stop": 958382601
        },
        {
            "start": 958382604,
            "stop": 958382609
        },
        {
            "start": 958382612,
            "stop": 958382617
        },
        {
            "start": 958382623,
            "stop": 958382818
        },
        {
            "start": 958382821,
            "stop": 958382834
        },
        {
            "start": 958382837,
            "stop": 958382839
        },
        {
            "start": 958382842,
            "stop": 958382857
        },
        {
            "start": 958382865,
            "stop": 958382871
        },
        {
            "start": 958382874,
            "stop": 958382957
        },
        {
            "start": 958382961,
            "stop": 958382962
        },
        {
            "start": 958382965,
            "stop": 958382967
        },
        {
            "start": 958382972,
            "stop": 958383069
        },
        {
            "start": 958383080,
            "stop": 958383081
        },
        {
            "start": 958383084,
            "stop": 958383339
        }
    ]
}