Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=684
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=685",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=683",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 684,
    "results": [
        {
            "start": 854925244,
            "stop": 854926174
        },
        {
            "start": 854926883,
            "stop": 854927243
        },
        {
            "start": 854927393,
            "stop": 854929283
        },
        {
            "start": 854929555,
            "stop": 854932795
        },
        {
            "start": 854933018,
            "stop": 854934158
        },
        {
            "start": 854934312,
            "stop": 854946732
        },
        {
            "start": 854946934,
            "stop": 854948344
        },
        {
            "start": 854948494,
            "stop": 854955514
        },
        {
            "start": 854955663,
            "stop": 854957043
        },
        {
            "start": 854958228,
            "stop": 854966298
        },
        {
            "start": 854966448,
            "stop": 854968488
        },
        {
            "start": 854968724,
            "stop": 854974304
        },
        {
            "start": 854977740,
            "stop": 854980200
        },
        {
            "start": 854981364,
            "stop": 854982504
        },
        {
            "start": 854982645,
            "stop": 854983965
        },
        {
            "start": 854985609,
            "stop": 854987169
        },
        {
            "start": 854987677,
            "stop": 854987917
        },
        {
            "start": 854988810,
            "stop": 854990850
        },
        {
            "start": 854993711,
            "stop": 854993831
        },
        {
            "start": 854994575,
            "stop": 854996015
        }
    ]
}