Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4859
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4860",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4858",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4859,
    "results": [
        {
            "start": 874747688,
            "stop": 874747749
        },
        {
            "start": 874747772,
            "stop": 874747879
        },
        {
            "start": 874747898,
            "stop": 874747933
        },
        {
            "start": 874747953,
            "stop": 874748069
        },
        {
            "start": 874748088,
            "stop": 874748090
        },
        {
            "start": 874748129,
            "stop": 874748150
        },
        {
            "start": 874748182,
            "stop": 874748344
        },
        {
            "start": 874748363,
            "stop": 874748520
        },
        {
            "start": 874748580,
            "stop": 874748608
        },
        {
            "start": 874748627,
            "stop": 874748718
        },
        {
            "start": 874748737,
            "stop": 874748739
        },
        {
            "start": 874748758,
            "stop": 874748827
        },
        {
            "start": 874748847,
            "stop": 874748850
        },
        {
            "start": 874748869,
            "stop": 874748892
        },
        {
            "start": 874748912,
            "stop": 874748945
        },
        {
            "start": 874748965,
            "stop": 874749084
        },
        {
            "start": 874749125,
            "stop": 874749149
        },
        {
            "start": 874749240,
            "stop": 874749314
        },
        {
            "start": 874749333,
            "stop": 874749631
        },
        {
            "start": 874749650,
            "stop": 874749654
        }
    ]
}