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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41043",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41044,
    "results": [
        {
            "start": 875195691,
            "stop": 875195695
        },
        {
            "start": 875195696,
            "stop": 875195702
        },
        {
            "start": 875195704,
            "stop": 875195708
        },
        {
            "start": 875195709,
            "stop": 875195722
        },
        {
            "start": 875195724,
            "stop": 875195725
        },
        {
            "start": 875195726,
            "stop": 875195760
        },
        {
            "start": 875195761,
            "stop": 875195792
        },
        {
            "start": 875195793,
            "stop": 875195862
        },
        {
            "start": 875195863,
            "stop": 875195893
        },
        {
            "start": 875195894,
            "stop": 875195910
        },
        {
            "start": 875195911,
            "stop": 875195959
        },
        {
            "start": 875195960,
            "stop": 875195967
        },
        {
            "start": 875195968,
            "stop": 875195979
        },
        {
            "start": 875195980,
            "stop": 875195983
        },
        {
            "start": 875195984,
            "stop": 875195988
        },
        {
            "start": 875195989,
            "stop": 875196005
        },
        {
            "start": 875196006,
            "stop": 875196031
        },
        {
            "start": 875196032,
            "stop": 875196033
        },
        {
            "start": 875196035,
            "stop": 875196076
        },
        {
            "start": 875196078,
            "stop": 875196089
        }
    ]
}