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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4358",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4359,
    "results": [
        {
            "start": 874796040,
            "stop": 874796044
        },
        {
            "start": 874796064,
            "stop": 874796147
        },
        {
            "start": 874796220,
            "stop": 874796235
        },
        {
            "start": 874796254,
            "stop": 874796258
        },
        {
            "start": 874796277,
            "stop": 874796323
        },
        {
            "start": 874796342,
            "stop": 874796365
        },
        {
            "start": 874796385,
            "stop": 874796400
        },
        {
            "start": 874796640,
            "stop": 874796722
        },
        {
            "start": 874796741,
            "stop": 874796760
        },
        {
            "start": 874797240,
            "stop": 874797324
        },
        {
            "start": 874797343,
            "stop": 874797420
        },
        {
            "start": 874797540,
            "stop": 874797548
        },
        {
            "start": 874797575,
            "stop": 874797632
        },
        {
            "start": 874797651,
            "stop": 874797660
        },
        {
            "start": 874797720,
            "stop": 874797750
        },
        {
            "start": 874797769,
            "stop": 874797840
        },
        {
            "start": 874797960,
            "stop": 874798028
        },
        {
            "start": 874798047,
            "stop": 874798080
        },
        {
            "start": 874798140,
            "stop": 874798285
        },
        {
            "start": 874798305,
            "stop": 874798337
        }
    ]
}