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/S5/timelines/L1_BURST_CAT1/segments?format=api&page=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=130",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 131,
    "results": [
        {
            "start": 827195097,
            "stop": 827195859
        },
        {
            "start": 827199256,
            "stop": 827201744
        },
        {
            "start": 827206402,
            "stop": 827213068
        },
        {
            "start": 827213525,
            "stop": 827220562
        },
        {
            "start": 827220644,
            "stop": 827226737
        },
        {
            "start": 827226790,
            "stop": 827230029
        },
        {
            "start": 827230156,
            "stop": 827231610
        },
        {
            "start": 827233017,
            "stop": 827233018
        },
        {
            "start": 827233023,
            "stop": 827233038
        },
        {
            "start": 827233040,
            "stop": 827233057
        },
        {
            "start": 827233059,
            "stop": 827233060
        },
        {
            "start": 827233062,
            "stop": 827233574
        },
        {
            "start": 827234278,
            "stop": 827234565
        },
        {
            "start": 827234769,
            "stop": 827236592
        },
        {
            "start": 827237327,
            "stop": 827237379
        },
        {
            "start": 827237383,
            "stop": 827237390
        },
        {
            "start": 827238838,
            "stop": 827240135
        },
        {
            "start": 827249061,
            "stop": 827249475
        },
        {
            "start": 827249539,
            "stop": 827249881
        },
        {
            "start": 827249933,
            "stop": 827250513
        }
    ]
}