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=1848
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=1849",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1847",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1848,
    "results": [
        {
            "start": 965700254,
            "stop": 965702580
        },
        {
            "start": 965702581,
            "stop": 965703875
        },
        {
            "start": 965703876,
            "stop": 965706291
        },
        {
            "start": 965706348,
            "stop": 965706415
        },
        {
            "start": 965709508,
            "stop": 965709689
        },
        {
            "start": 965709856,
            "stop": 965710193
        },
        {
            "start": 965710194,
            "stop": 965715501
        },
        {
            "start": 965717145,
            "stop": 965717354
        },
        {
            "start": 965717355,
            "stop": 965718325
        },
        {
            "start": 965718326,
            "stop": 965718374
        },
        {
            "start": 965721980,
            "stop": 965725173
        },
        {
            "start": 965726127,
            "stop": 965728825
        },
        {
            "start": 965729773,
            "stop": 965732182
        },
        {
            "start": 965734251,
            "stop": 965740729
        },
        {
            "start": 965744856,
            "stop": 965746562
        },
        {
            "start": 965746646,
            "stop": 965748318
        },
        {
            "start": 965748319,
            "stop": 965752918
        },
        {
            "start": 965754531,
            "stop": 965761036
        },
        {
            "start": 965762101,
            "stop": 965770876
        },
        {
            "start": 965781808,
            "stop": 965789815
        }
    ]
}