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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=107",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 108,
    "results": [
        {
            "start": 825885125,
            "stop": 825885214
        },
        {
            "start": 825885227,
            "stop": 825885243
        },
        {
            "start": 825885247,
            "stop": 825885340
        },
        {
            "start": 825885349,
            "stop": 825885370
        },
        {
            "start": 825885379,
            "stop": 825885424
        },
        {
            "start": 825885428,
            "stop": 825885588
        },
        {
            "start": 825885592,
            "stop": 825885659
        },
        {
            "start": 825885663,
            "stop": 825885668
        },
        {
            "start": 825885672,
            "stop": 825885682
        },
        {
            "start": 825885687,
            "stop": 825885692
        },
        {
            "start": 825885701,
            "stop": 825885759
        },
        {
            "start": 825885763,
            "stop": 825885769
        },
        {
            "start": 825885773,
            "stop": 825885832
        },
        {
            "start": 825885841,
            "stop": 825885866
        },
        {
            "start": 825885870,
            "stop": 825885876
        },
        {
            "start": 825885885,
            "stop": 825885896
        },
        {
            "start": 825885899,
            "stop": 825886080
        },
        {
            "start": 825886084,
            "stop": 825886090
        },
        {
            "start": 825886099,
            "stop": 825886105
        },
        {
            "start": 825886114,
            "stop": 825886120
        }
    ]
}