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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=21",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 22,
    "results": [
        {
            "start": 817567460,
            "stop": 817569323
        },
        {
            "start": 817569856,
            "stop": 817570694
        },
        {
            "start": 817571014,
            "stop": 817571549
        },
        {
            "start": 817571949,
            "stop": 817592566
        },
        {
            "start": 817592886,
            "stop": 817593111
        },
        {
            "start": 817593511,
            "stop": 817596124
        },
        {
            "start": 817597339,
            "stop": 817600269
        },
        {
            "start": 817600885,
            "stop": 817601982
        },
        {
            "start": 817602302,
            "stop": 817604483
        },
        {
            "start": 817604883,
            "stop": 817617804
        },
        {
            "start": 817630709,
            "stop": 817631248
        },
        {
            "start": 817632079,
            "stop": 817656283
        },
        {
            "start": 817656285,
            "stop": 817661804
        },
        {
            "start": 817664611,
            "stop": 817682923
        },
        {
            "start": 817683323,
            "stop": 817686948
        },
        {
            "start": 817687400,
            "stop": 817689448
        },
        {
            "start": 817690520,
            "stop": 817690744
        },
        {
            "start": 817691284,
            "stop": 817694054
        },
        {
            "start": 817694507,
            "stop": 817694556
        },
        {
            "start": 817695518,
            "stop": 817698766
        }
    ]
}