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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 47,
    "results": [
        {
            "start": 1257777214,
            "stop": 1257778978
        },
        {
            "start": 1257778982,
            "stop": 1257781562
        },
        {
            "start": 1257781567,
            "stop": 1257782532
        },
        {
            "start": 1257782537,
            "stop": 1257784181
        },
        {
            "start": 1257784184,
            "stop": 1257784467
        },
        {
            "start": 1257784472,
            "stop": 1257784654
        },
        {
            "start": 1257784659,
            "stop": 1257784779
        },
        {
            "start": 1257784784,
            "stop": 1257784787
        },
        {
            "start": 1257816219,
            "stop": 1257817046
        },
        {
            "start": 1257817048,
            "stop": 1257817073
        },
        {
            "start": 1257817078,
            "stop": 1257817081
        },
        {
            "start": 1257817084,
            "stop": 1257817155
        },
        {
            "start": 1257817160,
            "stop": 1257817162
        },
        {
            "start": 1257817165,
            "stop": 1257817240
        },
        {
            "start": 1257817244,
            "stop": 1257817274
        },
        {
            "start": 1257817279,
            "stop": 1257817306
        },
        {
            "start": 1257817311,
            "stop": 1257817321
        },
        {
            "start": 1257817324,
            "stop": 1257818842
        },
        {
            "start": 1257818844,
            "stop": 1257820963
        },
        {
            "start": 1257820967,
            "stop": 1257825240
        }
    ]
}