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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=138",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 139,
    "results": [
        {
            "start": 827845908,
            "stop": 827845927
        },
        {
            "start": 827847063,
            "stop": 827847931
        },
        {
            "start": 827865186,
            "stop": 827867650
        },
        {
            "start": 827867651,
            "stop": 827868993
        },
        {
            "start": 827868996,
            "stop": 827869034
        },
        {
            "start": 827873159,
            "stop": 827873328
        },
        {
            "start": 827873459,
            "stop": 827874577
        },
        {
            "start": 827874692,
            "stop": 827879157
        },
        {
            "start": 827883063,
            "stop": 827885527
        },
        {
            "start": 827885800,
            "stop": 827902560
        },
        {
            "start": 827903292,
            "stop": 827907553
        },
        {
            "start": 827910250,
            "stop": 827912125
        },
        {
            "start": 827915537,
            "stop": 827924536
        },
        {
            "start": 827931600,
            "stop": 827936425
        },
        {
            "start": 827940629,
            "stop": 827940807
        },
        {
            "start": 827940934,
            "stop": 827941091
        },
        {
            "start": 827941157,
            "stop": 827951339
        },
        {
            "start": 827952080,
            "stop": 827953584
        },
        {
            "start": 827953586,
            "stop": 827955565
        },
        {
            "start": 827955991,
            "stop": 827956237
        }
    ]
}