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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=174",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 175,
    "results": [
        {
            "start": 839259705,
            "stop": 839261593
        },
        {
            "start": 839261632,
            "stop": 839261633
        },
        {
            "start": 839263595,
            "stop": 839264173
        },
        {
            "start": 839264209,
            "stop": 839264210
        },
        {
            "start": 839265133,
            "stop": 839270353
        },
        {
            "start": 839270399,
            "stop": 839270400
        },
        {
            "start": 839271614,
            "stop": 839281033
        },
        {
            "start": 839282749,
            "stop": 839306700
        },
        {
            "start": 839306755,
            "stop": 839315173
        },
        {
            "start": 839316214,
            "stop": 839318893
        },
        {
            "start": 839319092,
            "stop": 839333353
        },
        {
            "start": 839333393,
            "stop": 839333395
        },
        {
            "start": 839333993,
            "stop": 839342038
        },
        {
            "start": 839355411,
            "stop": 839367433
        },
        {
            "start": 839373785,
            "stop": 839389192
        },
        {
            "start": 839389257,
            "stop": 839401327
        },
        {
            "start": 839407138,
            "stop": 839409293
        },
        {
            "start": 839409323,
            "stop": 839419152
        },
        {
            "start": 839419560,
            "stop": 839430608
        },
        {
            "start": 839430828,
            "stop": 839444413
        }
    ]
}