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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=347",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 348,
    "results": [
        {
            "start": 857743182,
            "stop": 857743185
        },
        {
            "start": 857743211,
            "stop": 857743227
        },
        {
            "start": 857743230,
            "stop": 857743241
        },
        {
            "start": 857743245,
            "stop": 857743284
        },
        {
            "start": 857743288,
            "stop": 857743380
        },
        {
            "start": 857743384,
            "stop": 857743390
        },
        {
            "start": 857743398,
            "stop": 857743454
        },
        {
            "start": 857743458,
            "stop": 857743488
        },
        {
            "start": 857743496,
            "stop": 857743617
        },
        {
            "start": 857743630,
            "stop": 857743665
        },
        {
            "start": 857743669,
            "stop": 857743688
        },
        {
            "start": 857743692,
            "stop": 857745432
        },
        {
            "start": 857745436,
            "stop": 857746533
        },
        {
            "start": 857746536,
            "stop": 857746585
        },
        {
            "start": 857746598,
            "stop": 857746604
        },
        {
            "start": 857746608,
            "stop": 857746632
        },
        {
            "start": 857746636,
            "stop": 857746651
        },
        {
            "start": 857746660,
            "stop": 857746671
        },
        {
            "start": 857746689,
            "stop": 857746695
        },
        {
            "start": 857746698,
            "stop": 857746709
        }
    ]
}