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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=132",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 133,
    "results": [
        {
            "start": 827350198,
            "stop": 827352196
        },
        {
            "start": 827356117,
            "stop": 827357149
        },
        {
            "start": 827362143,
            "stop": 827365339
        },
        {
            "start": 827370256,
            "stop": 827398968
        },
        {
            "start": 827398970,
            "stop": 827404666
        },
        {
            "start": 827405773,
            "stop": 827410052
        },
        {
            "start": 827410919,
            "stop": 827412722
        },
        {
            "start": 827412724,
            "stop": 827417626
        },
        {
            "start": 827417706,
            "stop": 827419814
        },
        {
            "start": 827419896,
            "stop": 827430294
        },
        {
            "start": 827430692,
            "stop": 827441425
        },
        {
            "start": 827443842,
            "stop": 827447506
        },
        {
            "start": 827449326,
            "stop": 827451127
        },
        {
            "start": 827451129,
            "stop": 827451143
        },
        {
            "start": 827453345,
            "stop": 827458533
        },
        {
            "start": 827461014,
            "stop": 827461160
        },
        {
            "start": 827461288,
            "stop": 827481787
        },
        {
            "start": 827488234,
            "stop": 827494236
        },
        {
            "start": 827495966,
            "stop": 827496676
        },
        {
            "start": 827496679,
            "stop": 827496694
        }
    ]
}