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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=6",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 7,
    "results": [
        {
            "start": 816750806,
            "stop": 816752672
        },
        {
            "start": 816752674,
            "stop": 816752822
        },
        {
            "start": 816757833,
            "stop": 816759467
        },
        {
            "start": 816760119,
            "stop": 816769440
        },
        {
            "start": 816771575,
            "stop": 816771602
        },
        {
            "start": 816771604,
            "stop": 816771623
        },
        {
            "start": 816771626,
            "stop": 816771628
        },
        {
            "start": 816771631,
            "stop": 816771636
        },
        {
            "start": 816771643,
            "stop": 816771663
        },
        {
            "start": 816771665,
            "stop": 816771669
        },
        {
            "start": 816771671,
            "stop": 816771673
        },
        {
            "start": 816771675,
            "stop": 816771678
        },
        {
            "start": 816772426,
            "stop": 816773176
        },
        {
            "start": 816775140,
            "stop": 816775566
        },
        {
            "start": 816776927,
            "stop": 816777080
        },
        {
            "start": 816777082,
            "stop": 816779338
        },
        {
            "start": 816779340,
            "stop": 816779442
        },
        {
            "start": 816779444,
            "stop": 816780483
        },
        {
            "start": 816780485,
            "stop": 816783757
        },
        {
            "start": 816783761,
            "stop": 816783762
        }
    ]
}