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=960
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=961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=959",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 960,
    "results": [
        {
            "start": 871820387,
            "stop": 871820627
        },
        {
            "start": 871822646,
            "stop": 871822826
        },
        {
            "start": 871822959,
            "stop": 871823139
        },
        {
            "start": 871823358,
            "stop": 871823418
        },
        {
            "start": 871823554,
            "stop": 871823854
        },
        {
            "start": 871824496,
            "stop": 871825636
        },
        {
            "start": 871836436,
            "stop": 871836496
        },
        {
            "start": 871836667,
            "stop": 871836907
        },
        {
            "start": 871837065,
            "stop": 871839105
        },
        {
            "start": 871839388,
            "stop": 871845028
        },
        {
            "start": 871845210,
            "stop": 871845330
        },
        {
            "start": 871845833,
            "stop": 871845893
        },
        {
            "start": 871846103,
            "stop": 871846343
        },
        {
            "start": 871846826,
            "stop": 871847126
        },
        {
            "start": 871847283,
            "stop": 871847463
        },
        {
            "start": 871847823,
            "stop": 871847943
        },
        {
            "start": 871848102,
            "stop": 871848222
        },
        {
            "start": 871848666,
            "stop": 871848726
        },
        {
            "start": 871859076,
            "stop": 871859526
        },
        {
            "start": 871859676,
            "stop": 871859916
        }
    ]
}