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=16668
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=16669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16667",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16668,
    "results": [
        {
            "start": 874880918,
            "stop": 874880923
        },
        {
            "start": 874880924,
            "stop": 874880976
        },
        {
            "start": 874880977,
            "stop": 874880993
        },
        {
            "start": 874880997,
            "stop": 874881178
        },
        {
            "start": 874881180,
            "stop": 874881603
        },
        {
            "start": 874881605,
            "stop": 874881660
        },
        {
            "start": 874881661,
            "stop": 874881962
        },
        {
            "start": 874881965,
            "stop": 874881970
        },
        {
            "start": 874881972,
            "stop": 874881975
        },
        {
            "start": 874881978,
            "stop": 874882046
        },
        {
            "start": 874882047,
            "stop": 874882400
        },
        {
            "start": 874882401,
            "stop": 874882442
        },
        {
            "start": 874882443,
            "stop": 874882481
        },
        {
            "start": 874882484,
            "stop": 874882563
        },
        {
            "start": 874882564,
            "stop": 874882708
        },
        {
            "start": 874882710,
            "stop": 874882749
        },
        {
            "start": 874882751,
            "stop": 874883275
        },
        {
            "start": 874883277,
            "stop": 874883395
        },
        {
            "start": 874883396,
            "stop": 874883505
        },
        {
            "start": 874883506,
            "stop": 874883832
        }
    ]
}