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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46863",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46864,
    "results": [
        {
            "start": 875145836,
            "stop": 875145839
        },
        {
            "start": 875145840,
            "stop": 875145842
        },
        {
            "start": 875145844,
            "stop": 875145860
        },
        {
            "start": 875145861,
            "stop": 875145864
        },
        {
            "start": 875145865,
            "stop": 875145888
        },
        {
            "start": 875145889,
            "stop": 875145901
        },
        {
            "start": 875145902,
            "stop": 875145907
        },
        {
            "start": 875145912,
            "stop": 875145918
        },
        {
            "start": 875145919,
            "stop": 875145922
        },
        {
            "start": 875145923,
            "stop": 875145963
        },
        {
            "start": 875145964,
            "stop": 875145973
        },
        {
            "start": 875145975,
            "stop": 875145982
        },
        {
            "start": 875145984,
            "stop": 875145985
        },
        {
            "start": 875145986,
            "stop": 875145989
        },
        {
            "start": 875145990,
            "stop": 875146009
        },
        {
            "start": 875146011,
            "stop": 875146025
        },
        {
            "start": 875146026,
            "stop": 875146052
        },
        {
            "start": 875146055,
            "stop": 875146063
        },
        {
            "start": 875146066,
            "stop": 875146067
        },
        {
            "start": 875146069,
            "stop": 875146071
        }
    ]
}