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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 29,
    "results": [
        {
            "start": 1400530260,
            "stop": 1400531038
        },
        {
            "start": 1400531044,
            "stop": 1400531484
        },
        {
            "start": 1400531518,
            "stop": 1400535105
        },
        {
            "start": 1400563826,
            "stop": 1400564139
        },
        {
            "start": 1400564848,
            "stop": 1400571514
        },
        {
            "start": 1400571520,
            "stop": 1400572096
        },
        {
            "start": 1400572101,
            "stop": 1400575168
        },
        {
            "start": 1400575173,
            "stop": 1400584437
        },
        {
            "start": 1400590847,
            "stop": 1400598046
        },
        {
            "start": 1400598133,
            "stop": 1400599908
        },
        {
            "start": 1400600478,
            "stop": 1400601616
        },
        {
            "start": 1400612526,
            "stop": 1400618992
        },
        {
            "start": 1400618997,
            "stop": 1400620508
        },
        {
            "start": 1400620514,
            "stop": 1400622585
        },
        {
            "start": 1400622588,
            "stop": 1400623903
        },
        {
            "start": 1400628049,
            "stop": 1400631733
        },
        {
            "start": 1400636847,
            "stop": 1400647053
        },
        {
            "start": 1400647060,
            "stop": 1400653821
        },
        {
            "start": 1400653827,
            "stop": 1400661908
        },
        {
            "start": 1400661914,
            "stop": 1400662962
        }
    ]
}