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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=370",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 371,
    "results": [
        {
            "start": 818869268,
            "stop": 818869280
        },
        {
            "start": 818869284,
            "stop": 818869380
        },
        {
            "start": 818869444,
            "stop": 818869448
        },
        {
            "start": 818869687,
            "stop": 818869732
        },
        {
            "start": 818869786,
            "stop": 818869789
        },
        {
            "start": 818869823,
            "stop": 818869826
        },
        {
            "start": 818869966,
            "stop": 818869988
        },
        {
            "start": 818870048,
            "stop": 818870054
        },
        {
            "start": 818870084,
            "stop": 818870090
        },
        {
            "start": 818870111,
            "stop": 818870116
        },
        {
            "start": 818870157,
            "stop": 818870159
        },
        {
            "start": 818870179,
            "stop": 818870211
        },
        {
            "start": 818870318,
            "stop": 818870320
        },
        {
            "start": 818870456,
            "stop": 818870466
        },
        {
            "start": 818870488,
            "stop": 818870502
        },
        {
            "start": 818870580,
            "stop": 818870591
        },
        {
            "start": 818870611,
            "stop": 818870627
        },
        {
            "start": 818870679,
            "stop": 818870682
        },
        {
            "start": 818870748,
            "stop": 818870777
        },
        {
            "start": 818870780,
            "stop": 818870809
        }
    ]
}