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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5722",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5723,
    "results": [
        {
            "start": 874606563,
            "stop": 874606584
        },
        {
            "start": 874606587,
            "stop": 874606589
        },
        {
            "start": 874606592,
            "stop": 874606612
        },
        {
            "start": 874606615,
            "stop": 874606629
        },
        {
            "start": 874606640,
            "stop": 874606649
        },
        {
            "start": 874606652,
            "stop": 874606659
        },
        {
            "start": 874606663,
            "stop": 874606720
        },
        {
            "start": 874606724,
            "stop": 874606745
        },
        {
            "start": 874606749,
            "stop": 874606823
        },
        {
            "start": 874606826,
            "stop": 874606844
        },
        {
            "start": 874606847,
            "stop": 874606904
        },
        {
            "start": 874606909,
            "stop": 874606911
        },
        {
            "start": 874606914,
            "stop": 874606928
        },
        {
            "start": 874606932,
            "stop": 874606943
        },
        {
            "start": 874606946,
            "stop": 874606954
        },
        {
            "start": 874606960,
            "stop": 874607001
        },
        {
            "start": 874607004,
            "stop": 874607007
        },
        {
            "start": 874607011,
            "stop": 874607012
        },
        {
            "start": 874607020,
            "stop": 874607037
        },
        {
            "start": 874607040,
            "stop": 874607053
        }
    ]
}