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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 346,
    "results": [
        {
            "start": 934322611,
            "stop": 934322614
        },
        {
            "start": 934322617,
            "stop": 934322622
        },
        {
            "start": 934322625,
            "stop": 934322631
        },
        {
            "start": 934322635,
            "stop": 934326153
        },
        {
            "start": 934326156,
            "stop": 934326183
        },
        {
            "start": 934326186,
            "stop": 934326209
        },
        {
            "start": 934326212,
            "stop": 934326216
        },
        {
            "start": 934326218,
            "stop": 934326232
        },
        {
            "start": 934326236,
            "stop": 934329753
        },
        {
            "start": 934329755,
            "stop": 934329756
        },
        {
            "start": 934329759,
            "stop": 934329763
        },
        {
            "start": 934329765,
            "stop": 934329766
        },
        {
            "start": 934329768,
            "stop": 934329781
        },
        {
            "start": 934329784,
            "stop": 934329788
        },
        {
            "start": 934329791,
            "stop": 934329815
        },
        {
            "start": 934329817,
            "stop": 934329823
        },
        {
            "start": 934329825,
            "stop": 934329831
        },
        {
            "start": 934329835,
            "stop": 934332597
        },
        {
            "start": 934333611,
            "stop": 934336142
        },
        {
            "start": 934336145,
            "stop": 934336960
        }
    ]
}