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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=858",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 859,
    "results": [
        {
            "start": 865084035,
            "stop": 865084215
        },
        {
            "start": 865084366,
            "stop": 865084426
        },
        {
            "start": 865084573,
            "stop": 865084633
        },
        {
            "start": 865084887,
            "stop": 865085187
        },
        {
            "start": 865085370,
            "stop": 865085490
        },
        {
            "start": 865085632,
            "stop": 865085752
        },
        {
            "start": 865115588,
            "stop": 865115648
        },
        {
            "start": 865115804,
            "stop": 865116524
        },
        {
            "start": 865116677,
            "stop": 865120157
        },
        {
            "start": 865120428,
            "stop": 865121028
        },
        {
            "start": 865121188,
            "stop": 865124908
        },
        {
            "start": 865125462,
            "stop": 865125912
        },
        {
            "start": 865126062,
            "stop": 865129242
        },
        {
            "start": 865129411,
            "stop": 865129501
        },
        {
            "start": 865130556,
            "stop": 865131216
        },
        {
            "start": 865131398,
            "stop": 865133618
        },
        {
            "start": 865133967,
            "stop": 865134087
        },
        {
            "start": 865136507,
            "stop": 865137467
        },
        {
            "start": 865137672,
            "stop": 865143612
        },
        {
            "start": 865143781,
            "stop": 865146361
        }
    ]
}