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=33321
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=33322",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33320",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33321,
    "results": [
        {
            "start": 971013861,
            "stop": 971013873
        },
        {
            "start": 971013874,
            "stop": 971013880
        },
        {
            "start": 971013883,
            "stop": 971013889
        },
        {
            "start": 971013892,
            "stop": 971013895
        },
        {
            "start": 971013897,
            "stop": 971013916
        },
        {
            "start": 971013919,
            "stop": 971013944
        },
        {
            "start": 971013947,
            "stop": 971013951
        },
        {
            "start": 971013957,
            "stop": 971013963
        },
        {
            "start": 971013966,
            "stop": 971013982
        },
        {
            "start": 971013983,
            "stop": 971013984
        },
        {
            "start": 971013985,
            "stop": 971014005
        },
        {
            "start": 971014006,
            "stop": 971014010
        },
        {
            "start": 971014011,
            "stop": 971014015
        },
        {
            "start": 971014016,
            "stop": 971014024
        },
        {
            "start": 971014026,
            "stop": 971014040
        },
        {
            "start": 971014043,
            "stop": 971014044
        },
        {
            "start": 971014045,
            "stop": 971014051
        },
        {
            "start": 971014055,
            "stop": 971014057
        },
        {
            "start": 971014059,
            "stop": 971014072
        },
        {
            "start": 971014073,
            "stop": 971014074
        }
    ]
}