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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=280",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 281,
    "results": [
        {
            "start": 850857961,
            "stop": 850880338
        },
        {
            "start": 850880712,
            "stop": 850940413
        },
        {
            "start": 850940456,
            "stop": 850940458
        },
        {
            "start": 850940934,
            "stop": 851038849
        },
        {
            "start": 851040269,
            "stop": 851071103
        },
        {
            "start": 851072903,
            "stop": 851083069
        },
        {
            "start": 851085360,
            "stop": 851111293
        },
        {
            "start": 851112335,
            "stop": 851144053
        },
        {
            "start": 851376354,
            "stop": 851388387
        },
        {
            "start": 851389234,
            "stop": 851399736
        },
        {
            "start": 851400330,
            "stop": 851408053
        },
        {
            "start": 851408108,
            "stop": 851408109
        },
        {
            "start": 851408203,
            "stop": 851464243
        },
        {
            "start": 851467126,
            "stop": 851513353
        },
        {
            "start": 851513398,
            "stop": 851513400
        },
        {
            "start": 851516309,
            "stop": 851520310
        },
        {
            "start": 851520656,
            "stop": 851522167
        },
        {
            "start": 851523205,
            "stop": 851644587
        },
        {
            "start": 851645178,
            "stop": 851660543
        },
        {
            "start": 851661166,
            "stop": 851666134
        }
    ]
}