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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=410",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 411,
    "results": [
        {
            "start": 821768290,
            "stop": 821768296
        },
        {
            "start": 821768310,
            "stop": 821768316
        },
        {
            "start": 821768319,
            "stop": 821768325
        },
        {
            "start": 821768328,
            "stop": 821768332
        },
        {
            "start": 821768335,
            "stop": 821768357
        },
        {
            "start": 821768361,
            "stop": 821768364
        },
        {
            "start": 821768375,
            "stop": 821768383
        },
        {
            "start": 821768395,
            "stop": 821768396
        },
        {
            "start": 821768399,
            "stop": 821768404
        },
        {
            "start": 821768407,
            "stop": 821768411
        },
        {
            "start": 821768421,
            "stop": 821768436
        },
        {
            "start": 821768445,
            "stop": 821768458
        },
        {
            "start": 821768466,
            "stop": 821768469
        },
        {
            "start": 821768472,
            "stop": 821768482
        },
        {
            "start": 821768488,
            "stop": 821768499
        },
        {
            "start": 821768504,
            "stop": 821768507
        },
        {
            "start": 821768511,
            "stop": 821768516
        },
        {
            "start": 821768523,
            "stop": 821768524
        },
        {
            "start": 821768528,
            "stop": 821768531
        },
        {
            "start": 821768540,
            "stop": 821768541
        }
    ]
}