Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14136
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14135",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14136,
    "results": [
        {
            "start": 971162921,
            "stop": 971162925
        },
        {
            "start": 971162926,
            "stop": 971162930
        },
        {
            "start": 971162931,
            "stop": 971162934
        },
        {
            "start": 971162938,
            "stop": 971162945
        },
        {
            "start": 971162955,
            "stop": 971162958
        },
        {
            "start": 971162962,
            "stop": 971162965
        },
        {
            "start": 971162966,
            "stop": 971162973
        },
        {
            "start": 971162974,
            "stop": 971162975
        },
        {
            "start": 971162977,
            "stop": 971162982
        },
        {
            "start": 971162984,
            "stop": 971162991
        },
        {
            "start": 971162994,
            "stop": 971162995
        },
        {
            "start": 971162996,
            "stop": 971162999
        },
        {
            "start": 971163001,
            "stop": 971163002
        },
        {
            "start": 971163003,
            "stop": 971163005
        },
        {
            "start": 971163006,
            "stop": 971163007
        },
        {
            "start": 971163009,
            "stop": 971163010
        },
        {
            "start": 971163011,
            "stop": 971163013
        },
        {
            "start": 971163014,
            "stop": 971163016
        },
        {
            "start": 971163017,
            "stop": 971163022
        },
        {
            "start": 971163023,
            "stop": 971163024
        }
    ]
}