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=1823
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=1824",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1822",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1823,
    "results": [
        {
            "start": 962914749,
            "stop": 962914766
        },
        {
            "start": 962914768,
            "stop": 962914878
        },
        {
            "start": 962914880,
            "stop": 962914893
        },
        {
            "start": 962914894,
            "stop": 962917352
        },
        {
            "start": 962917354,
            "stop": 962917416
        },
        {
            "start": 962917418,
            "stop": 962917452
        },
        {
            "start": 962917453,
            "stop": 962917498
        },
        {
            "start": 962917500,
            "stop": 962917505
        },
        {
            "start": 962917507,
            "stop": 962917517
        },
        {
            "start": 962917519,
            "stop": 962917636
        },
        {
            "start": 962917638,
            "stop": 962921941
        },
        {
            "start": 962921943,
            "stop": 962922719
        },
        {
            "start": 962922721,
            "stop": 962923037
        },
        {
            "start": 962923039,
            "stop": 962923376
        },
        {
            "start": 962923377,
            "stop": 962924266
        },
        {
            "start": 962924268,
            "stop": 962924446
        },
        {
            "start": 962924448,
            "stop": 962925656
        },
        {
            "start": 962925657,
            "stop": 962925743
        },
        {
            "start": 962925744,
            "stop": 962925821
        },
        {
            "start": 962925823,
            "stop": 962926097
        }
    ]
}