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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=226",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 227,
    "results": [
        {
            "start": 844378538,
            "stop": 844379455
        },
        {
            "start": 844379533,
            "stop": 844424173
        },
        {
            "start": 844424174,
            "stop": 844424175
        },
        {
            "start": 844424375,
            "stop": 844435338
        },
        {
            "start": 844435692,
            "stop": 844464553
        },
        {
            "start": 844464585,
            "stop": 844464586
        },
        {
            "start": 844464742,
            "stop": 844466093
        },
        {
            "start": 844466097,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844488654
        },
        {
            "start": 844488690,
            "stop": 844508470
        },
        {
            "start": 844511881,
            "stop": 844526413
        },
        {
            "start": 844560244,
            "stop": 844562898
        },
        {
            "start": 844563287,
            "stop": 844578831
        },
        {
            "start": 844581812,
            "stop": 844607779
        },
        {
            "start": 844608784,
            "stop": 844609581
        },
        {
            "start": 844612612,
            "stop": 844615722
        },
        {
            "start": 844615796,
            "stop": 844623102
        },
        {
            "start": 844652839,
            "stop": 844697833
        },
        {
            "start": 844701700,
            "stop": 844705142
        },
        {
            "start": 844705392,
            "stop": 844707853
        }
    ]
}