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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=329",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 330,
    "results": [
        {
            "start": 857410641,
            "stop": 857410646
        },
        {
            "start": 857410650,
            "stop": 857410729
        },
        {
            "start": 857410733,
            "stop": 857410844
        },
        {
            "start": 857410848,
            "stop": 857410863
        },
        {
            "start": 857410867,
            "stop": 857410970
        },
        {
            "start": 857410994,
            "stop": 857411005
        },
        {
            "start": 857411008,
            "stop": 857411014
        },
        {
            "start": 857411018,
            "stop": 857411029
        },
        {
            "start": 857411033,
            "stop": 857411044
        },
        {
            "start": 857411067,
            "stop": 857411073
        },
        {
            "start": 857411077,
            "stop": 857411083
        },
        {
            "start": 857411092,
            "stop": 857411097
        },
        {
            "start": 857411101,
            "stop": 857411141
        },
        {
            "start": 857411144,
            "stop": 857411150
        },
        {
            "start": 857411154,
            "stop": 857411203
        },
        {
            "start": 857411217,
            "stop": 857411241
        },
        {
            "start": 857411250,
            "stop": 857411342
        },
        {
            "start": 857411351,
            "stop": 857411376
        },
        {
            "start": 857411384,
            "stop": 857411405
        },
        {
            "start": 857411408,
            "stop": 857411415
        }
    ]
}