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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7264",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7265,
    "results": [
        {
            "start": 874953863,
            "stop": 874953865
        },
        {
            "start": 874953866,
            "stop": 874953868
        },
        {
            "start": 874953869,
            "stop": 874953871
        },
        {
            "start": 874953872,
            "stop": 874953875
        },
        {
            "start": 874953876,
            "stop": 874953878
        },
        {
            "start": 874953879,
            "stop": 874953881
        },
        {
            "start": 874953882,
            "stop": 874953911
        },
        {
            "start": 874953912,
            "stop": 874953965
        },
        {
            "start": 874953966,
            "stop": 874953973
        },
        {
            "start": 874953974,
            "stop": 874953996
        },
        {
            "start": 874953998,
            "stop": 874954144
        },
        {
            "start": 874954147,
            "stop": 874954299
        },
        {
            "start": 874954301,
            "stop": 874954307
        },
        {
            "start": 874954308,
            "stop": 874954376
        },
        {
            "start": 874954377,
            "stop": 874954383
        },
        {
            "start": 874954384,
            "stop": 874954386
        },
        {
            "start": 874954387,
            "stop": 874954577
        },
        {
            "start": 874954579,
            "stop": 874954604
        },
        {
            "start": 874954605,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874954839
        }
    ]
}