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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=324",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 325,
    "results": [
        {
            "start": 856472161,
            "stop": 856526825
        },
        {
            "start": 856526829,
            "stop": 856527688
        },
        {
            "start": 856530556,
            "stop": 856544276
        },
        {
            "start": 856545849,
            "stop": 856549968
        },
        {
            "start": 856549972,
            "stop": 856550232
        },
        {
            "start": 856550236,
            "stop": 856550897
        },
        {
            "start": 856550900,
            "stop": 856551672
        },
        {
            "start": 856551676,
            "stop": 856551822
        },
        {
            "start": 856551826,
            "stop": 856551918
        },
        {
            "start": 856551932,
            "stop": 856552081
        },
        {
            "start": 856552085,
            "stop": 856571511
        },
        {
            "start": 856576042,
            "stop": 856627245
        },
        {
            "start": 856654948,
            "stop": 856698645
        },
        {
            "start": 856699772,
            "stop": 856720925
        },
        {
            "start": 856721141,
            "stop": 856724626
        },
        {
            "start": 856724871,
            "stop": 856725857
        },
        {
            "start": 856727131,
            "stop": 856727506
        },
        {
            "start": 856727592,
            "stop": 856727727
        },
        {
            "start": 856727730,
            "stop": 856727852
        },
        {
            "start": 856727855,
            "stop": 856728141
        }
    ]
}