Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1036
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=1037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1035",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1036,
    "results": [
        {
            "start": 874359594,
            "stop": 874359714
        },
        {
            "start": 874359884,
            "stop": 874360334
        },
        {
            "start": 874360364,
            "stop": 874360484
        },
        {
            "start": 874363427,
            "stop": 874364087
        },
        {
            "start": 874364315,
            "stop": 874365695
        },
        {
            "start": 874365725,
            "stop": 874365875
        },
        {
            "start": 874365905,
            "stop": 874366355
        },
        {
            "start": 874366385,
            "stop": 874366535
        },
        {
            "start": 874366565,
            "stop": 874367915
        },
        {
            "start": 874369269,
            "stop": 874373589
        },
        {
            "start": 874374789,
            "stop": 874376709
        },
        {
            "start": 874376912,
            "stop": 874376972
        },
        {
            "start": 874377142,
            "stop": 874379632
        },
        {
            "start": 874381748,
            "stop": 874384268
        },
        {
            "start": 874385901,
            "stop": 874386801
        },
        {
            "start": 874387059,
            "stop": 874388559
        },
        {
            "start": 874389180,
            "stop": 874389360
        },
        {
            "start": 874389769,
            "stop": 874390849
        },
        {
            "start": 874390999,
            "stop": 874391509
        },
        {
            "start": 874391875,
            "stop": 874392355
        }
    ]
}