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=974
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=975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=973",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 974,
    "results": [
        {
            "start": 872250829,
            "stop": 872251069
        },
        {
            "start": 872251236,
            "stop": 872251596
        },
        {
            "start": 872251747,
            "stop": 872252947
        },
        {
            "start": 872256649,
            "stop": 872256709
        },
        {
            "start": 872257333,
            "stop": 872257453
        },
        {
            "start": 872258378,
            "stop": 872258438
        },
        {
            "start": 872258906,
            "stop": 872259026
        },
        {
            "start": 872265264,
            "stop": 872266044
        },
        {
            "start": 872266196,
            "stop": 872266916
        },
        {
            "start": 872267075,
            "stop": 872267375
        },
        {
            "start": 872267544,
            "stop": 872268384
        },
        {
            "start": 872268531,
            "stop": 872268771
        },
        {
            "start": 872268931,
            "stop": 872272051
        },
        {
            "start": 872272233,
            "stop": 872272863
        },
        {
            "start": 872272893,
            "stop": 872273013
        },
        {
            "start": 872273302,
            "stop": 872273362
        },
        {
            "start": 872273574,
            "stop": 872273634
        },
        {
            "start": 872273664,
            "stop": 872273754
        },
        {
            "start": 872273959,
            "stop": 872275339
        },
        {
            "start": 872275492,
            "stop": 872276332
        }
    ]
}