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_H1L1/segments?format=api&page=96
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_H1L1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=95",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 96,
    "results": [
        {
            "start": 820683305,
            "stop": 820683425
        },
        {
            "start": 820683843,
            "stop": 820684143
        },
        {
            "start": 820684636,
            "stop": 820684696
        },
        {
            "start": 820685198,
            "stop": 820685498
        },
        {
            "start": 820686221,
            "stop": 820686701
        },
        {
            "start": 820686936,
            "stop": 820687116
        },
        {
            "start": 820687291,
            "stop": 820687531
        },
        {
            "start": 820687784,
            "stop": 820687844
        },
        {
            "start": 820688621,
            "stop": 820688681
        },
        {
            "start": 820689083,
            "stop": 820689323
        },
        {
            "start": 820689656,
            "stop": 820689776
        },
        {
            "start": 820691448,
            "stop": 820691508
        },
        {
            "start": 820693269,
            "stop": 820693509
        },
        {
            "start": 820694157,
            "stop": 820694217
        },
        {
            "start": 820694371,
            "stop": 820694431
        },
        {
            "start": 820694961,
            "stop": 820695561
        },
        {
            "start": 820696811,
            "stop": 820696871
        },
        {
            "start": 820698320,
            "stop": 820698380
        },
        {
            "start": 820698884,
            "stop": 820699004
        },
        {
            "start": 820699333,
            "stop": 820699693
        }
    ]
}