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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 135,
    "results": [
        {
            "start": 931376926,
            "stop": 931377010
        },
        {
            "start": 931377012,
            "stop": 931377013
        },
        {
            "start": 931377015,
            "stop": 931377016
        },
        {
            "start": 931386256,
            "stop": 931386288
        },
        {
            "start": 931386290,
            "stop": 931386347
        },
        {
            "start": 931386349,
            "stop": 931386361
        },
        {
            "start": 931386365,
            "stop": 931386377
        },
        {
            "start": 931386379,
            "stop": 931386446
        },
        {
            "start": 931386449,
            "stop": 931386461
        },
        {
            "start": 931386464,
            "stop": 931386481
        },
        {
            "start": 931386484,
            "stop": 931386497
        },
        {
            "start": 931386499,
            "stop": 931386535
        },
        {
            "start": 931386539,
            "stop": 931386586
        },
        {
            "start": 931386590,
            "stop": 931386626
        },
        {
            "start": 931386628,
            "stop": 931386642
        },
        {
            "start": 931386644,
            "stop": 931386702
        },
        {
            "start": 931386704,
            "stop": 931386716
        },
        {
            "start": 931386719,
            "stop": 931386725
        },
        {
            "start": 931386726,
            "stop": 931386731
        },
        {
            "start": 931386734,
            "stop": 931386747
        }
    ]
}