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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33301",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33299",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33300,
    "results": [
        {
            "start": 971008720,
            "stop": 971008725
        },
        {
            "start": 971008726,
            "stop": 971008732
        },
        {
            "start": 971008736,
            "stop": 971008744
        },
        {
            "start": 971008747,
            "stop": 971008771
        },
        {
            "start": 971008773,
            "stop": 971008786
        },
        {
            "start": 971008787,
            "stop": 971008788
        },
        {
            "start": 971008791,
            "stop": 971008793
        },
        {
            "start": 971008794,
            "stop": 971008805
        },
        {
            "start": 971008811,
            "stop": 971008825
        },
        {
            "start": 971008828,
            "stop": 971008840
        },
        {
            "start": 971008843,
            "stop": 971008860
        },
        {
            "start": 971008863,
            "stop": 971008868
        },
        {
            "start": 971008869,
            "stop": 971008884
        },
        {
            "start": 971008887,
            "stop": 971008900
        },
        {
            "start": 971008903,
            "stop": 971008927
        },
        {
            "start": 971008928,
            "stop": 971008938
        },
        {
            "start": 971008941,
            "stop": 971008948
        },
        {
            "start": 971008949,
            "stop": 971008956
        },
        {
            "start": 971008958,
            "stop": 971008962
        },
        {
            "start": 971008963,
            "stop": 971008966
        }
    ]
}