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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=497",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=495",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 496,
    "results": [
        {
            "start": 864671906,
            "stop": 864671907
        },
        {
            "start": 864671909,
            "stop": 864671915
        },
        {
            "start": 864671917,
            "stop": 864671956
        },
        {
            "start": 864671958,
            "stop": 864671970
        },
        {
            "start": 864671972,
            "stop": 864671992
        },
        {
            "start": 864671993,
            "stop": 864676395
        },
        {
            "start": 864677392,
            "stop": 864679795
        },
        {
            "start": 864679865,
            "stop": 864699897
        },
        {
            "start": 864699899,
            "stop": 864722804
        },
        {
            "start": 864722805,
            "stop": 864722825
        },
        {
            "start": 864724968,
            "stop": 864725931
        },
        {
            "start": 864726044,
            "stop": 864727660
        },
        {
            "start": 864728248,
            "stop": 864735688
        },
        {
            "start": 864735690,
            "stop": 864735765
        },
        {
            "start": 864735766,
            "stop": 864736030
        },
        {
            "start": 864736031,
            "stop": 864737133
        },
        {
            "start": 864737135,
            "stop": 864742134
        },
        {
            "start": 864744681,
            "stop": 864744810
        },
        {
            "start": 864744907,
            "stop": 864745548
        },
        {
            "start": 864745689,
            "stop": 864748948
        }
    ]
}