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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2474",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2475,
    "results": [
        {
            "start": 874924735,
            "stop": 874925374
        },
        {
            "start": 874925391,
            "stop": 874925666
        },
        {
            "start": 874925683,
            "stop": 874925888
        },
        {
            "start": 874925905,
            "stop": 874926069
        },
        {
            "start": 874926086,
            "stop": 874926243
        },
        {
            "start": 874926260,
            "stop": 874926261
        },
        {
            "start": 874926278,
            "stop": 874926368
        },
        {
            "start": 874926385,
            "stop": 874926718
        },
        {
            "start": 874926735,
            "stop": 874926843
        },
        {
            "start": 874926860,
            "stop": 874927191
        },
        {
            "start": 874927208,
            "stop": 874930023
        },
        {
            "start": 874930040,
            "stop": 874930733
        },
        {
            "start": 874930750,
            "stop": 874932256
        },
        {
            "start": 874932273,
            "stop": 874934143
        },
        {
            "start": 874934160,
            "stop": 874935116
        },
        {
            "start": 874936157,
            "stop": 874936970
        },
        {
            "start": 874937050,
            "stop": 874937626
        },
        {
            "start": 874937700,
            "stop": 874939070
        },
        {
            "start": 874939150,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874941710
        }
    ]
}