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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=327",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 328,
    "results": [
        {
            "start": 1181863526,
            "stop": 1181869806
        },
        {
            "start": 1181869808,
            "stop": 1181872766
        },
        {
            "start": 1181872768,
            "stop": 1181875236
        },
        {
            "start": 1181875238,
            "stop": 1181886988
        },
        {
            "start": 1181886989,
            "stop": 1181889733
        },
        {
            "start": 1181889734,
            "stop": 1181889834
        },
        {
            "start": 1181889837,
            "stop": 1181889840
        },
        {
            "start": 1181889842,
            "stop": 1181890215
        },
        {
            "start": 1181890217,
            "stop": 1181890334
        },
        {
            "start": 1181890336,
            "stop": 1181890339
        },
        {
            "start": 1181890341,
            "stop": 1181890348
        },
        {
            "start": 1181890352,
            "stop": 1181890398
        },
        {
            "start": 1181890399,
            "stop": 1181891134
        },
        {
            "start": 1181891135,
            "stop": 1181892620
        },
        {
            "start": 1181892622,
            "stop": 1181892937
        },
        {
            "start": 1181892938,
            "stop": 1181893082
        },
        {
            "start": 1181893083,
            "stop": 1181894472
        },
        {
            "start": 1181894473,
            "stop": 1181895422
        },
        {
            "start": 1181895423,
            "stop": 1181896718
        },
        {
            "start": 1181896719,
            "stop": 1181898048
        }
    ]
}