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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=76
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 76,
    "results": [
        {
            "start": 931503722,
            "stop": 931503724
        },
        {
            "start": 931503728,
            "stop": 931503732
        },
        {
            "start": 931503744,
            "stop": 931503747
        },
        {
            "start": 931503750,
            "stop": 931503765
        },
        {
            "start": 931503772,
            "stop": 931503773
        },
        {
            "start": 931503778,
            "stop": 931503779
        },
        {
            "start": 931503784,
            "stop": 931503788
        },
        {
            "start": 931503791,
            "stop": 931503794
        },
        {
            "start": 931503802,
            "stop": 931503806
        },
        {
            "start": 931503810,
            "stop": 931503811
        },
        {
            "start": 931503815,
            "stop": 931503821
        },
        {
            "start": 931503828,
            "stop": 931503830
        },
        {
            "start": 931503833,
            "stop": 931503834
        },
        {
            "start": 931503837,
            "stop": 931503839
        },
        {
            "start": 931503842,
            "stop": 931503844
        },
        {
            "start": 931503848,
            "stop": 931503850
        },
        {
            "start": 931503852,
            "stop": 931503862
        },
        {
            "start": 931503865,
            "stop": 931503867
        },
        {
            "start": 931503879,
            "stop": 931503881
        },
        {
            "start": 931503884,
            "stop": 931503889
        }
    ]
}