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=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=369",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 370,
    "results": [
        {
            "start": 859081094,
            "stop": 859081105
        },
        {
            "start": 859081113,
            "stop": 859081143
        },
        {
            "start": 859081147,
            "stop": 859081167
        },
        {
            "start": 859081170,
            "stop": 859081190
        },
        {
            "start": 859081194,
            "stop": 859081220
        },
        {
            "start": 859081223,
            "stop": 859081229
        },
        {
            "start": 859081242,
            "stop": 859081258
        },
        {
            "start": 859081261,
            "stop": 859081473
        },
        {
            "start": 859081477,
            "stop": 859081564
        },
        {
            "start": 859081568,
            "stop": 859081583
        },
        {
            "start": 859081587,
            "stop": 859081631
        },
        {
            "start": 859081635,
            "stop": 859081664
        },
        {
            "start": 859081668,
            "stop": 859081689
        },
        {
            "start": 859081697,
            "stop": 859081703
        },
        {
            "start": 859081711,
            "stop": 859081770
        },
        {
            "start": 859081773,
            "stop": 859081779
        },
        {
            "start": 859081788,
            "stop": 859081832
        },
        {
            "start": 859081836,
            "stop": 859081852
        },
        {
            "start": 859081855,
            "stop": 859081861
        },
        {
            "start": 859081865,
            "stop": 859081871
        }
    ]
}