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_BURST_CAT1/segments?format=api&page=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=191",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 192,
    "results": [
        {
            "start": 832888210,
            "stop": 832904359
        },
        {
            "start": 832904753,
            "stop": 832939856
        },
        {
            "start": 832940414,
            "stop": 832951417
        },
        {
            "start": 832951743,
            "stop": 833001273
        },
        {
            "start": 833001275,
            "stop": 833006716
        },
        {
            "start": 833009901,
            "stop": 833025794
        },
        {
            "start": 833025933,
            "stop": 833026396
        },
        {
            "start": 833026540,
            "stop": 833026800
        },
        {
            "start": 833027004,
            "stop": 833027068
        },
        {
            "start": 833029164,
            "stop": 833029260
        },
        {
            "start": 833029261,
            "stop": 833030350
        },
        {
            "start": 833035000,
            "stop": 833035124
        },
        {
            "start": 833035127,
            "stop": 833035156
        },
        {
            "start": 833035159,
            "stop": 833035209
        },
        {
            "start": 833035210,
            "stop": 833036373
        },
        {
            "start": 833059422,
            "stop": 833060424
        },
        {
            "start": 833060426,
            "stop": 833080361
        },
        {
            "start": 833080363,
            "stop": 833083413
        },
        {
            "start": 833083416,
            "stop": 833093932
        },
        {
            "start": 833093934,
            "stop": 833096337
        }
    ]
}