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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1879",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1877",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1878,
    "results": [
        {
            "start": 968985229,
            "stop": 968985347
        },
        {
            "start": 968986076,
            "stop": 968987066
        },
        {
            "start": 968988197,
            "stop": 968990685
        },
        {
            "start": 968990687,
            "stop": 969000419
        },
        {
            "start": 969000420,
            "stop": 969004306
        },
        {
            "start": 969004308,
            "stop": 969019197
        },
        {
            "start": 969020001,
            "stop": 969023443
        },
        {
            "start": 969024570,
            "stop": 969025178
        },
        {
            "start": 969025180,
            "stop": 969027640
        },
        {
            "start": 969028336,
            "stop": 969030853
        },
        {
            "start": 969031793,
            "stop": 969033842
        },
        {
            "start": 969033843,
            "stop": 969034049
        },
        {
            "start": 969034050,
            "stop": 969035290
        },
        {
            "start": 969035858,
            "stop": 969037230
        },
        {
            "start": 969037231,
            "stop": 969037642
        },
        {
            "start": 969037643,
            "stop": 969037723
        },
        {
            "start": 969037724,
            "stop": 969043724
        },
        {
            "start": 969043725,
            "stop": 969045130
        },
        {
            "start": 969049007,
            "stop": 969049336
        },
        {
            "start": 969053691,
            "stop": 969057398
        }
    ]
}