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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9814",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9815,
    "results": [
        {
            "start": 873957228,
            "stop": 873957660
        },
        {
            "start": 873957663,
            "stop": 873958600
        },
        {
            "start": 873958603,
            "stop": 873960063
        },
        {
            "start": 873960067,
            "stop": 873960530
        },
        {
            "start": 873960533,
            "stop": 873961737
        },
        {
            "start": 873961740,
            "stop": 873961805
        },
        {
            "start": 873961810,
            "stop": 873961816
        },
        {
            "start": 873961819,
            "stop": 873961875
        },
        {
            "start": 873961878,
            "stop": 873962750
        },
        {
            "start": 873962753,
            "stop": 873963229
        },
        {
            "start": 873963233,
            "stop": 873965294
        },
        {
            "start": 873965297,
            "stop": 873966948
        },
        {
            "start": 873966952,
            "stop": 873969148
        },
        {
            "start": 873969150,
            "stop": 873969236
        },
        {
            "start": 873970336,
            "stop": 873970589
        },
        {
            "start": 873970592,
            "stop": 873971519
        },
        {
            "start": 873971522,
            "stop": 873974957
        },
        {
            "start": 873974960,
            "stop": 873974963
        },
        {
            "start": 873974966,
            "stop": 873975106
        },
        {
            "start": 873975109,
            "stop": 873977089
        }
    ]
}