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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3598",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3599,
    "results": [
        {
            "start": 871989325,
            "stop": 871992434
        },
        {
            "start": 871992451,
            "stop": 871992660
        },
        {
            "start": 871992720,
            "stop": 871993475
        },
        {
            "start": 871993492,
            "stop": 871994600
        },
        {
            "start": 871994617,
            "stop": 871997958
        },
        {
            "start": 871997975,
            "stop": 871998070
        },
        {
            "start": 871998087,
            "stop": 871998089
        },
        {
            "start": 871998106,
            "stop": 871998225
        },
        {
            "start": 871998242,
            "stop": 871998498
        },
        {
            "start": 871998515,
            "stop": 871998545
        },
        {
            "start": 871998579,
            "stop": 871998717
        },
        {
            "start": 871998734,
            "stop": 871998944
        },
        {
            "start": 871998961,
            "stop": 871998962
        },
        {
            "start": 871998985,
            "stop": 871998998
        },
        {
            "start": 871999015,
            "stop": 871999339
        },
        {
            "start": 871999356,
            "stop": 871999419
        },
        {
            "start": 871999436,
            "stop": 871999454
        },
        {
            "start": 871999471,
            "stop": 871999540
        },
        {
            "start": 871999557,
            "stop": 871999559
        },
        {
            "start": 871999576,
            "stop": 871999871
        }
    ]
}