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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=343",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 344,
    "results": [
        {
            "start": 818253385,
            "stop": 818253386
        },
        {
            "start": 818253403,
            "stop": 818253407
        },
        {
            "start": 818253449,
            "stop": 818253450
        },
        {
            "start": 818253466,
            "stop": 818253470
        },
        {
            "start": 818253479,
            "stop": 818253482
        },
        {
            "start": 818253485,
            "stop": 818253488
        },
        {
            "start": 818253496,
            "stop": 818253501
        },
        {
            "start": 818253505,
            "stop": 818253506
        },
        {
            "start": 818253514,
            "stop": 818253518
        },
        {
            "start": 818253534,
            "stop": 818253535
        },
        {
            "start": 818253541,
            "stop": 818253544
        },
        {
            "start": 818253547,
            "stop": 818253556
        },
        {
            "start": 818253560,
            "stop": 818253561
        },
        {
            "start": 818253570,
            "stop": 818253573
        },
        {
            "start": 818253584,
            "stop": 818253585
        },
        {
            "start": 818253588,
            "stop": 818253589
        },
        {
            "start": 818253593,
            "stop": 818253598
        },
        {
            "start": 818253608,
            "stop": 818253609
        },
        {
            "start": 818253628,
            "stop": 818253629
        },
        {
            "start": 818253632,
            "stop": 818253633
        }
    ]
}