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=779
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=780",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=778",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 779,
    "results": [
        {
            "start": 860520058,
            "stop": 860520658
        },
        {
            "start": 860520880,
            "stop": 860521060
        },
        {
            "start": 860521299,
            "stop": 860521359
        },
        {
            "start": 860521767,
            "stop": 860522007
        },
        {
            "start": 860522176,
            "stop": 860522356
        },
        {
            "start": 860522528,
            "stop": 860522648
        },
        {
            "start": 860523393,
            "stop": 860523453
        },
        {
            "start": 860523610,
            "stop": 860524030
        },
        {
            "start": 860524177,
            "stop": 860524387
        },
        {
            "start": 860524703,
            "stop": 860525063
        },
        {
            "start": 860525214,
            "stop": 860525334
        },
        {
            "start": 860534215,
            "stop": 860534455
        },
        {
            "start": 860534605,
            "stop": 860534785
        },
        {
            "start": 860534815,
            "stop": 860535235
        },
        {
            "start": 860535923,
            "stop": 860536463
        },
        {
            "start": 860536622,
            "stop": 860538662
        },
        {
            "start": 860541309,
            "stop": 860543439
        },
        {
            "start": 860544592,
            "stop": 860545102
        },
        {
            "start": 860545252,
            "stop": 860547112
        },
        {
            "start": 860547321,
            "stop": 860549541
        }
    ]
}