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=4360
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=4361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4359",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4360,
    "results": [
        {
            "start": 874798356,
            "stop": 874798422
        },
        {
            "start": 874798500,
            "stop": 874798541
        },
        {
            "start": 874798679,
            "stop": 874798742
        },
        {
            "start": 874798761,
            "stop": 874798841
        },
        {
            "start": 874798865,
            "stop": 874798893
        },
        {
            "start": 874798912,
            "stop": 874798954
        },
        {
            "start": 874798973,
            "stop": 874799121
        },
        {
            "start": 874799241,
            "stop": 874799280
        },
        {
            "start": 874799404,
            "stop": 874799460
        },
        {
            "start": 874799580,
            "stop": 874799700
        },
        {
            "start": 874799760,
            "stop": 874799772
        },
        {
            "start": 874799791,
            "stop": 874799854
        },
        {
            "start": 874799873,
            "stop": 874800074
        },
        {
            "start": 874800194,
            "stop": 874800324
        },
        {
            "start": 874800510,
            "stop": 874800625
        },
        {
            "start": 874800644,
            "stop": 874800951
        },
        {
            "start": 874800974,
            "stop": 874801020
        },
        {
            "start": 874801080,
            "stop": 874801152
        },
        {
            "start": 874801272,
            "stop": 874801320
        },
        {
            "start": 874801380,
            "stop": 874802060
        }
    ]
}