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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16763",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16761",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16762,
    "results": [
        {
            "start": 875101850,
            "stop": 875101865
        },
        {
            "start": 875101869,
            "stop": 875101894
        },
        {
            "start": 875101898,
            "stop": 875101899
        },
        {
            "start": 875101901,
            "stop": 875101911
        },
        {
            "start": 875101914,
            "stop": 875101916
        },
        {
            "start": 875101917,
            "stop": 875101953
        },
        {
            "start": 875101956,
            "stop": 875101966
        },
        {
            "start": 875101968,
            "stop": 875101973
        },
        {
            "start": 875101976,
            "stop": 875102015
        },
        {
            "start": 875102017,
            "stop": 875102025
        },
        {
            "start": 875102035,
            "stop": 875102080
        },
        {
            "start": 875102085,
            "stop": 875102091
        },
        {
            "start": 875102094,
            "stop": 875102096
        },
        {
            "start": 875102097,
            "stop": 875102102
        },
        {
            "start": 875102105,
            "stop": 875102106
        },
        {
            "start": 875102111,
            "stop": 875102118
        },
        {
            "start": 875102119,
            "stop": 875102120
        },
        {
            "start": 875102126,
            "stop": 875102130
        },
        {
            "start": 875102132,
            "stop": 875102135
        },
        {
            "start": 875102139,
            "stop": 875102146
        }
    ]
}