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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=97",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 98,
    "results": [
        {
            "start": 827638048,
            "stop": 827650976
        },
        {
            "start": 827651008,
            "stop": 827659136
        },
        {
            "start": 827659168,
            "stop": 827660576
        },
        {
            "start": 827660608,
            "stop": 827662528
        },
        {
            "start": 827662560,
            "stop": 827671136
        },
        {
            "start": 827671168,
            "stop": 827680448
        },
        {
            "start": 827680480,
            "stop": 827681496
        },
        {
            "start": 827681498,
            "stop": 827686383
        },
        {
            "start": 827686384,
            "stop": 827687631
        },
        {
            "start": 827694281,
            "stop": 827695328
        },
        {
            "start": 827695360,
            "stop": 827695361
        },
        {
            "start": 827695362,
            "stop": 827696473
        },
        {
            "start": 827697076,
            "stop": 827698182
        },
        {
            "start": 827698827,
            "stop": 827699456
        },
        {
            "start": 827699488,
            "stop": 827702732
        },
        {
            "start": 827702733,
            "stop": 827702848
        },
        {
            "start": 827702880,
            "stop": 827706834
        },
        {
            "start": 827707915,
            "stop": 827736864
        },
        {
            "start": 827736896,
            "stop": 827741696
        },
        {
            "start": 827741728,
            "stop": 827742176
        }
    ]
}