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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5917",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5918,
    "results": [
        {
            "start": 875146311,
            "stop": 875146421
        },
        {
            "start": 875146424,
            "stop": 875146430
        },
        {
            "start": 875146433,
            "stop": 875146462
        },
        {
            "start": 875146465,
            "stop": 875146470
        },
        {
            "start": 875146474,
            "stop": 875146505
        },
        {
            "start": 875146510,
            "stop": 875146553
        },
        {
            "start": 875146556,
            "stop": 875146607
        },
        {
            "start": 875146610,
            "stop": 875146628
        },
        {
            "start": 875146632,
            "stop": 875146679
        },
        {
            "start": 875146682,
            "stop": 875146735
        },
        {
            "start": 875146740,
            "stop": 875146777
        },
        {
            "start": 875146780,
            "stop": 875146797
        },
        {
            "start": 875146801,
            "stop": 875146827
        },
        {
            "start": 875146830,
            "stop": 875146832
        },
        {
            "start": 875146835,
            "stop": 875146879
        },
        {
            "start": 875146882,
            "stop": 875146907
        },
        {
            "start": 875146911,
            "stop": 875146933
        },
        {
            "start": 875146937,
            "stop": 875147023
        },
        {
            "start": 875147026,
            "stop": 875147056
        },
        {
            "start": 875147060,
            "stop": 875147064
        }
    ]
}