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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3814",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3815,
    "results": [
        {
            "start": 874697461,
            "stop": 874698180
        },
        {
            "start": 874698360,
            "stop": 874699860
        },
        {
            "start": 874700040,
            "stop": 874700520
        },
        {
            "start": 874700580,
            "stop": 874701543
        },
        {
            "start": 874701560,
            "stop": 874702911
        },
        {
            "start": 874702928,
            "stop": 874703040
        },
        {
            "start": 874703100,
            "stop": 874703160
        },
        {
            "start": 874703220,
            "stop": 874703347
        },
        {
            "start": 874703350,
            "stop": 874704480
        },
        {
            "start": 874704540,
            "stop": 874704968
        },
        {
            "start": 874704985,
            "stop": 874704988
        },
        {
            "start": 874705005,
            "stop": 874705500
        },
        {
            "start": 874705560,
            "stop": 874705572
        },
        {
            "start": 874705589,
            "stop": 874706484
        },
        {
            "start": 874708032,
            "stop": 874708319
        },
        {
            "start": 874708380,
            "stop": 874708889
        },
        {
            "start": 874708906,
            "stop": 874709058
        },
        {
            "start": 874709075,
            "stop": 874709097
        },
        {
            "start": 874709114,
            "stop": 874712932
        },
        {
            "start": 874712949,
            "stop": 874713323
        }
    ]
}