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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1820",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1818",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1819,
    "results": [
        {
            "start": 962577677,
            "stop": 962578768
        },
        {
            "start": 962581013,
            "stop": 962582318
        },
        {
            "start": 962604338,
            "stop": 962622813
        },
        {
            "start": 962623626,
            "stop": 962624017
        },
        {
            "start": 962624809,
            "stop": 962625878
        },
        {
            "start": 962626757,
            "stop": 962630392
        },
        {
            "start": 962633084,
            "stop": 962635047
        },
        {
            "start": 962636174,
            "stop": 962636333
        },
        {
            "start": 962637824,
            "stop": 962643533
        },
        {
            "start": 962644366,
            "stop": 962644397
        },
        {
            "start": 962644941,
            "stop": 962651807
        },
        {
            "start": 962653899,
            "stop": 962657253
        },
        {
            "start": 962692790,
            "stop": 962709464
        },
        {
            "start": 962710538,
            "stop": 962717341
        },
        {
            "start": 962718383,
            "stop": 962726527
        },
        {
            "start": 962728666,
            "stop": 962731204
        },
        {
            "start": 962731781,
            "stop": 962731874
        },
        {
            "start": 962732872,
            "stop": 962738348
        },
        {
            "start": 962738663,
            "stop": 962738949
        },
        {
            "start": 962739101,
            "stop": 962752051
        }
    ]
}