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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=340",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 341,
    "results": [
        {
            "start": 857675403,
            "stop": 857675705
        },
        {
            "start": 857675709,
            "stop": 857675725
        },
        {
            "start": 857675729,
            "stop": 857675749
        },
        {
            "start": 857675758,
            "stop": 857675779
        },
        {
            "start": 857675783,
            "stop": 857675895
        },
        {
            "start": 857675899,
            "stop": 857676148
        },
        {
            "start": 857676152,
            "stop": 857677738
        },
        {
            "start": 857677780,
            "stop": 857677829
        },
        {
            "start": 857677832,
            "stop": 857678197
        },
        {
            "start": 857678201,
            "stop": 857679222
        },
        {
            "start": 857679226,
            "stop": 857679356
        },
        {
            "start": 857679374,
            "stop": 857682035
        },
        {
            "start": 857682038,
            "stop": 857685687
        },
        {
            "start": 857685690,
            "stop": 857686188
        },
        {
            "start": 857686192,
            "stop": 857686212
        },
        {
            "start": 857686216,
            "stop": 857686264
        },
        {
            "start": 857688250,
            "stop": 857688300
        },
        {
            "start": 857688303,
            "stop": 857688318
        },
        {
            "start": 857688322,
            "stop": 857688338
        },
        {
            "start": 857688343,
            "stop": 857688413
        }
    ]
}