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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=184",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 185,
    "results": [
        {
            "start": 816844950,
            "stop": 816844957
        },
        {
            "start": 816844963,
            "stop": 816844966
        },
        {
            "start": 816844971,
            "stop": 816845012
        },
        {
            "start": 816845032,
            "stop": 816845059
        },
        {
            "start": 816845081,
            "stop": 816845127
        },
        {
            "start": 816845132,
            "stop": 816845185
        },
        {
            "start": 816845188,
            "stop": 816845190
        },
        {
            "start": 816845197,
            "stop": 816845198
        },
        {
            "start": 816845207,
            "stop": 816845216
        },
        {
            "start": 816845223,
            "stop": 816845362
        },
        {
            "start": 816845366,
            "stop": 816845369
        },
        {
            "start": 816845375,
            "stop": 816845381
        },
        {
            "start": 816845384,
            "stop": 816845389
        },
        {
            "start": 816845395,
            "stop": 816845404
        },
        {
            "start": 816845409,
            "stop": 816845412
        },
        {
            "start": 816845417,
            "stop": 816845432
        },
        {
            "start": 816845436,
            "stop": 816845439
        },
        {
            "start": 816845443,
            "stop": 816845446
        },
        {
            "start": 816845452,
            "stop": 816845489
        },
        {
            "start": 816845493,
            "stop": 816845506
        }
    ]
}