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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4544",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4542",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4543,
    "results": [
        {
            "start": 968695700,
            "stop": 968696160
        },
        {
            "start": 968696163,
            "stop": 968696723
        },
        {
            "start": 968696740,
            "stop": 968696797
        },
        {
            "start": 968696800,
            "stop": 968696834
        },
        {
            "start": 968696841,
            "stop": 968696878
        },
        {
            "start": 968696881,
            "stop": 968696883
        },
        {
            "start": 968696886,
            "stop": 968696904
        },
        {
            "start": 968696910,
            "stop": 968696937
        },
        {
            "start": 968696942,
            "stop": 968697133
        },
        {
            "start": 968697136,
            "stop": 968697158
        },
        {
            "start": 968697218,
            "stop": 968697599
        },
        {
            "start": 968697602,
            "stop": 968697789
        },
        {
            "start": 968697792,
            "stop": 968698274
        },
        {
            "start": 968698277,
            "stop": 968698280
        },
        {
            "start": 968698283,
            "stop": 968698718
        },
        {
            "start": 968698721,
            "stop": 968698898
        },
        {
            "start": 968699018,
            "stop": 968699030
        },
        {
            "start": 968699034,
            "stop": 968699240
        },
        {
            "start": 968699243,
            "stop": 968699341
        },
        {
            "start": 968699344,
            "stop": 968699402
        }
    ]
}