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=894
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=895",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=893",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 894,
    "results": [
        {
            "start": 866775416,
            "stop": 866776076
        },
        {
            "start": 866776874,
            "stop": 866778254
        },
        {
            "start": 866778284,
            "stop": 866778404
        },
        {
            "start": 866778434,
            "stop": 866778614
        },
        {
            "start": 866778764,
            "stop": 866779484
        },
        {
            "start": 866779693,
            "stop": 866781133
        },
        {
            "start": 866781163,
            "stop": 866781433
        },
        {
            "start": 866781463,
            "stop": 866787013
        },
        {
            "start": 866788587,
            "stop": 866794017
        },
        {
            "start": 866794107,
            "stop": 866794587
        },
        {
            "start": 866794779,
            "stop": 866803179
        },
        {
            "start": 866803329,
            "stop": 866803659
        },
        {
            "start": 866803803,
            "stop": 866804763
        },
        {
            "start": 866804965,
            "stop": 866809165
        },
        {
            "start": 866809315,
            "stop": 866809375
        },
        {
            "start": 866809525,
            "stop": 866810125
        },
        {
            "start": 866812692,
            "stop": 866813052
        },
        {
            "start": 866813216,
            "stop": 866813516
        },
        {
            "start": 866820716,
            "stop": 866820776
        },
        {
            "start": 866822636,
            "stop": 866822756
        }
    ]
}