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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=125",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 126,
    "results": [
        {
            "start": 931425755,
            "stop": 931425770
        },
        {
            "start": 931425772,
            "stop": 931425861
        },
        {
            "start": 931425863,
            "stop": 931425898
        },
        {
            "start": 931425900,
            "stop": 931425953
        },
        {
            "start": 931425955,
            "stop": 931426027
        },
        {
            "start": 931426028,
            "stop": 931426045
        },
        {
            "start": 931426046,
            "stop": 931426135
        },
        {
            "start": 931426136,
            "stop": 931426198
        },
        {
            "start": 931426200,
            "stop": 931426208
        },
        {
            "start": 931426210,
            "stop": 931426233
        },
        {
            "start": 931426234,
            "stop": 931426304
        },
        {
            "start": 931426305,
            "stop": 931426560
        },
        {
            "start": 931426562,
            "stop": 931426569
        },
        {
            "start": 931426570,
            "stop": 931426666
        },
        {
            "start": 931426667,
            "stop": 931426684
        },
        {
            "start": 931426686,
            "stop": 931426691
        },
        {
            "start": 931426693,
            "stop": 931426701
        },
        {
            "start": 931426703,
            "stop": 931426806
        },
        {
            "start": 931426807,
            "stop": 931426890
        },
        {
            "start": 931426892,
            "stop": 931426940
        }
    ]
}