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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=976",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=974",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 975,
    "results": [
        {
            "start": 869315328,
            "stop": 869316408
        },
        {
            "start": 869316553,
            "stop": 869317453
        },
        {
            "start": 869317799,
            "stop": 869317859
        },
        {
            "start": 869318181,
            "stop": 869318781
        },
        {
            "start": 869318922,
            "stop": 869323242
        },
        {
            "start": 869348786,
            "stop": 869349206
        },
        {
            "start": 869349384,
            "stop": 869349444
        },
        {
            "start": 869349685,
            "stop": 869350645
        },
        {
            "start": 869350876,
            "stop": 869351056
        },
        {
            "start": 869351206,
            "stop": 869354236
        },
        {
            "start": 869354414,
            "stop": 869357414
        },
        {
            "start": 869357653,
            "stop": 869365363
        },
        {
            "start": 869365513,
            "stop": 869367553
        },
        {
            "start": 869367703,
            "stop": 869369053
        },
        {
            "start": 869370094,
            "stop": 869373094
        },
        {
            "start": 869391838,
            "stop": 869400478
        },
        {
            "start": 869400838,
            "stop": 869401018
        },
        {
            "start": 869401567,
            "stop": 869406667
        },
        {
            "start": 869408222,
            "stop": 869408402
        },
        {
            "start": 869408562,
            "stop": 869412522
        }
    ]
}