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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=41",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 42,
    "results": [
        {
            "start": 931345181,
            "stop": 931345332
        },
        {
            "start": 931345337,
            "stop": 931345497
        },
        {
            "start": 931345505,
            "stop": 931345548
        },
        {
            "start": 931345556,
            "stop": 931345563
        },
        {
            "start": 931345569,
            "stop": 931345598
        },
        {
            "start": 931345604,
            "stop": 931345633
        },
        {
            "start": 931345639,
            "stop": 931345672
        },
        {
            "start": 931345677,
            "stop": 931345684
        },
        {
            "start": 931345690,
            "stop": 931345730
        },
        {
            "start": 931345735,
            "stop": 931345752
        },
        {
            "start": 931345759,
            "stop": 931345770
        },
        {
            "start": 931345776,
            "stop": 931345955
        },
        {
            "start": 931345965,
            "stop": 931345968
        },
        {
            "start": 931345977,
            "stop": 931345987
        },
        {
            "start": 931345999,
            "stop": 931346021
        },
        {
            "start": 931346026,
            "stop": 931346120
        },
        {
            "start": 931346126,
            "stop": 931346209
        },
        {
            "start": 931346215,
            "stop": 931346244
        },
        {
            "start": 931346250,
            "stop": 931346381
        },
        {
            "start": 931346389,
            "stop": 931346508
        }
    ]
}