Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=485
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=486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=484",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 485,
    "results": [
        {
            "start": 821791481,
            "stop": 821791496
        },
        {
            "start": 821791499,
            "stop": 821791502
        },
        {
            "start": 821791506,
            "stop": 821791516
        },
        {
            "start": 821791523,
            "stop": 821791532
        },
        {
            "start": 821791535,
            "stop": 821791543
        },
        {
            "start": 821791546,
            "stop": 821791552
        },
        {
            "start": 821791558,
            "stop": 821791573
        },
        {
            "start": 821791576,
            "stop": 821791583
        },
        {
            "start": 821791586,
            "stop": 821791596
        },
        {
            "start": 821791601,
            "stop": 821791606
        },
        {
            "start": 821791609,
            "stop": 821791620
        },
        {
            "start": 821791624,
            "stop": 821791626
        },
        {
            "start": 821791629,
            "stop": 821791633
        },
        {
            "start": 821791636,
            "stop": 821791641
        },
        {
            "start": 821791644,
            "stop": 821791653
        },
        {
            "start": 821791656,
            "stop": 821791658
        },
        {
            "start": 821791661,
            "stop": 821791668
        },
        {
            "start": 821791674,
            "stop": 821791681
        },
        {
            "start": 821791684,
            "stop": 821791692
        },
        {
            "start": 821791695,
            "stop": 821791711
        }
    ]
}