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=16560
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=16561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16559",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16560,
    "results": [
        {
            "start": 874679823,
            "stop": 874679828
        },
        {
            "start": 874679831,
            "stop": 874679842
        },
        {
            "start": 874679844,
            "stop": 874679882
        },
        {
            "start": 874679884,
            "stop": 874679886
        },
        {
            "start": 874679887,
            "stop": 874679969
        },
        {
            "start": 874679971,
            "stop": 874679978
        },
        {
            "start": 874679979,
            "stop": 874680092
        },
        {
            "start": 874680095,
            "stop": 874680146
        },
        {
            "start": 874680149,
            "stop": 874680202
        },
        {
            "start": 874680203,
            "stop": 874680366
        },
        {
            "start": 874680367,
            "stop": 874680416
        },
        {
            "start": 874680417,
            "stop": 874680507
        },
        {
            "start": 874680509,
            "stop": 874680582
        },
        {
            "start": 874680583,
            "stop": 874680670
        },
        {
            "start": 874680671,
            "stop": 874680702
        },
        {
            "start": 874680704,
            "stop": 874680709
        },
        {
            "start": 874680710,
            "stop": 874680739
        },
        {
            "start": 874680741,
            "stop": 874680893
        },
        {
            "start": 874680894,
            "stop": 874680911
        },
        {
            "start": 874680912,
            "stop": 874680919
        }
    ]
}