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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4245",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4246,
    "results": [
        {
            "start": 874574712,
            "stop": 874574880
        },
        {
            "start": 874575000,
            "stop": 874575011
        },
        {
            "start": 874575031,
            "stop": 874575066
        },
        {
            "start": 874575085,
            "stop": 874575186
        },
        {
            "start": 874575205,
            "stop": 874575262
        },
        {
            "start": 874575287,
            "stop": 874575478
        },
        {
            "start": 874575497,
            "stop": 874575505
        },
        {
            "start": 874575524,
            "stop": 874575572
        },
        {
            "start": 874575591,
            "stop": 874575617
        },
        {
            "start": 874575636,
            "stop": 874576010
        },
        {
            "start": 874576029,
            "stop": 874576102
        },
        {
            "start": 874576121,
            "stop": 874576143
        },
        {
            "start": 874576164,
            "stop": 874576229
        },
        {
            "start": 874576251,
            "stop": 874576440
        },
        {
            "start": 874576500,
            "stop": 874576612
        },
        {
            "start": 874576631,
            "stop": 874576694
        },
        {
            "start": 874576713,
            "stop": 874576816
        },
        {
            "start": 874576835,
            "stop": 874576845
        },
        {
            "start": 874576864,
            "stop": 874576914
        },
        {
            "start": 874576933,
            "stop": 874576960
        }
    ]
}