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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9900",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9901,
    "results": [
        {
            "start": 874596540,
            "stop": 874596577
        },
        {
            "start": 874596720,
            "stop": 874596780
        },
        {
            "start": 874596960,
            "stop": 874597020
        },
        {
            "start": 874597140,
            "stop": 874597170
        },
        {
            "start": 874597320,
            "stop": 874597800
        },
        {
            "start": 874597920,
            "stop": 874598100
        },
        {
            "start": 874598160,
            "stop": 874598340
        },
        {
            "start": 874598460,
            "stop": 874599000
        },
        {
            "start": 874599060,
            "stop": 874599210
        },
        {
            "start": 874599213,
            "stop": 874599240
        },
        {
            "start": 874599360,
            "stop": 874599480
        },
        {
            "start": 874599540,
            "stop": 874599660
        },
        {
            "start": 874599720,
            "stop": 874600020
        },
        {
            "start": 874600200,
            "stop": 874600360
        },
        {
            "start": 874600377,
            "stop": 874600380
        },
        {
            "start": 874600440,
            "stop": 874600560
        },
        {
            "start": 874600620,
            "stop": 874600680
        },
        {
            "start": 874600800,
            "stop": 874601040
        },
        {
            "start": 874601220,
            "stop": 874601421
        },
        {
            "start": 874601438,
            "stop": 874601940
        }
    ]
}