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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6282",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6283,
    "results": [
        {
            "start": 875101897,
            "stop": 875101953
        },
        {
            "start": 875101956,
            "stop": 875101973
        },
        {
            "start": 875101976,
            "stop": 875102025
        },
        {
            "start": 875102035,
            "stop": 875102081
        },
        {
            "start": 875102084,
            "stop": 875102091
        },
        {
            "start": 875102094,
            "stop": 875102102
        },
        {
            "start": 875102105,
            "stop": 875102106
        },
        {
            "start": 875102111,
            "stop": 875102120
        },
        {
            "start": 875102126,
            "stop": 875102136
        },
        {
            "start": 875102139,
            "stop": 875102146
        },
        {
            "start": 875102149,
            "stop": 875102181
        },
        {
            "start": 875102184,
            "stop": 875102317
        },
        {
            "start": 875102322,
            "stop": 875102362
        },
        {
            "start": 875102366,
            "stop": 875102372
        },
        {
            "start": 875102378,
            "stop": 875102540
        },
        {
            "start": 875102543,
            "stop": 875102566
        },
        {
            "start": 875102569,
            "stop": 875102573
        },
        {
            "start": 875102576,
            "stop": 875102597
        },
        {
            "start": 875102603,
            "stop": 875102779
        },
        {
            "start": 875102781,
            "stop": 875103161
        }
    ]
}