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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=376",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 377,
    "results": [
        {
            "start": 849270202,
            "stop": 849270449
        },
        {
            "start": 849270452,
            "stop": 849270454
        },
        {
            "start": 849270459,
            "stop": 849270466
        },
        {
            "start": 849270468,
            "stop": 849272368
        },
        {
            "start": 849272370,
            "stop": 849274940
        },
        {
            "start": 849302160,
            "stop": 849302301
        },
        {
            "start": 849302303,
            "stop": 849306493
        },
        {
            "start": 849307164,
            "stop": 849308396
        },
        {
            "start": 849308398,
            "stop": 849315684
        },
        {
            "start": 849315685,
            "stop": 849318877
        },
        {
            "start": 849318879,
            "stop": 849320174
        },
        {
            "start": 849320176,
            "stop": 849321811
        },
        {
            "start": 849322055,
            "stop": 849324555
        },
        {
            "start": 849324556,
            "stop": 849328164
        },
        {
            "start": 849328166,
            "stop": 849329321
        },
        {
            "start": 849329323,
            "stop": 849332709
        },
        {
            "start": 849332711,
            "stop": 849336683
        },
        {
            "start": 849336684,
            "stop": 849340741
        },
        {
            "start": 849348026,
            "stop": 849354645
        },
        {
            "start": 849354647,
            "stop": 849355239
        }
    ]
}