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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=63",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 64,
    "results": [
        {
            "start": 816467153,
            "stop": 816467156
        },
        {
            "start": 816467161,
            "stop": 816467171
        },
        {
            "start": 816467175,
            "stop": 816467638
        },
        {
            "start": 816467643,
            "stop": 816467646
        },
        {
            "start": 816467651,
            "stop": 816467654
        },
        {
            "start": 816467659,
            "stop": 816467672
        },
        {
            "start": 816467675,
            "stop": 816467702
        },
        {
            "start": 816467707,
            "stop": 816467765
        },
        {
            "start": 816467770,
            "stop": 816467907
        },
        {
            "start": 816467910,
            "stop": 816467914
        },
        {
            "start": 816467921,
            "stop": 816467932
        },
        {
            "start": 816467936,
            "stop": 816467961
        },
        {
            "start": 816467966,
            "stop": 816468143
        },
        {
            "start": 816468157,
            "stop": 816468158
        },
        {
            "start": 816468164,
            "stop": 816468167
        },
        {
            "start": 816468170,
            "stop": 816468173
        },
        {
            "start": 816468181,
            "stop": 816468183
        },
        {
            "start": 816468188,
            "stop": 816468192
        },
        {
            "start": 816468196,
            "stop": 816468324
        },
        {
            "start": 816468331,
            "stop": 816468332
        }
    ]
}