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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=180",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 181,
    "results": [
        {
            "start": 931573435,
            "stop": 931573438
        },
        {
            "start": 931573440,
            "stop": 931573447
        },
        {
            "start": 931573449,
            "stop": 931573464
        },
        {
            "start": 931573465,
            "stop": 931573493
        },
        {
            "start": 931573494,
            "stop": 931573535
        },
        {
            "start": 931573541,
            "stop": 931573552
        },
        {
            "start": 931573554,
            "stop": 931573570
        },
        {
            "start": 931573572,
            "stop": 931573618
        },
        {
            "start": 931573620,
            "stop": 931573621
        },
        {
            "start": 931573623,
            "stop": 931573626
        },
        {
            "start": 931573627,
            "stop": 931573629
        },
        {
            "start": 931573631,
            "stop": 931573632
        },
        {
            "start": 931573636,
            "stop": 931573637
        },
        {
            "start": 931573641,
            "stop": 931573642
        },
        {
            "start": 931573644,
            "stop": 931573645
        },
        {
            "start": 931573647,
            "stop": 931573648
        },
        {
            "start": 931573650,
            "stop": 931573674
        },
        {
            "start": 931573677,
            "stop": 931573682
        },
        {
            "start": 931573684,
            "stop": 931573711
        },
        {
            "start": 931573712,
            "stop": 931573722
        }
    ]
}