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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 69,
    "results": [
        {
            "start": 1257471426,
            "stop": 1257471728
        },
        {
            "start": 1257471731,
            "stop": 1257471971
        },
        {
            "start": 1257471974,
            "stop": 1257471992
        },
        {
            "start": 1257471995,
            "stop": 1257472017
        },
        {
            "start": 1257472020,
            "stop": 1257472198
        },
        {
            "start": 1257472201,
            "stop": 1257472279
        },
        {
            "start": 1257472282,
            "stop": 1257472405
        },
        {
            "start": 1257472408,
            "stop": 1257472409
        },
        {
            "start": 1257472412,
            "stop": 1257472569
        },
        {
            "start": 1257472572,
            "stop": 1257472673
        },
        {
            "start": 1257472676,
            "stop": 1257472786
        },
        {
            "start": 1257472789,
            "stop": 1257473354
        },
        {
            "start": 1257473357,
            "stop": 1257473407
        },
        {
            "start": 1257473410,
            "stop": 1257473541
        },
        {
            "start": 1257473544,
            "stop": 1257473788
        },
        {
            "start": 1257473791,
            "stop": 1257474336
        },
        {
            "start": 1257474339,
            "stop": 1257475235
        },
        {
            "start": 1257475238,
            "stop": 1257475393
        },
        {
            "start": 1257475396,
            "stop": 1257475398
        },
        {
            "start": 1257475401,
            "stop": 1257475411
        }
    ]
}